Selerix Developer Tools
RemoveAt Method (SmartList<T>)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : RemoveAt Method
The index.
Removes the attribute.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As SmartList(Of T)
Dim index As Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   int index
)
public procedure RemoveAt( 
    index: Integer
); virtual; 
public function RemoveAt( 
   index : int
);
public: virtual void RemoveAt( 
   int index
) 
public:
virtual void RemoveAt( 
   int index
) 

Parameters

index
The index.
See Also

Reference

SmartList<T> Class
SmartList<T> Members